home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- cursor([member("pointy").memberNum, member("pointy_mask").memberNum])
- end
-
- on mouseLeave me
- cursor(-1)
- end
-
- on mouseDown me
- repeat with x = 1 to 6
- if soundBusy(x) then
- set the volume of sound x to 255
- sound stop x
- end if
- end repeat
- puppetSprite(7, 0)
- sprite(7).visible = 0
- puppetSprite(8, 0)
- sprite(8).visible = 0
- cursor(200)
- end
-
- on mouseUp me
- cursor(-1)
- go("welcomeBack", "intro")
- end
-